Add Python wrapping for itk::PhasedArray3DSpecialCoordinatesImage#4099
Closed
dzenanz wants to merge 9 commits intoInsightSoftwareConsortium:masterfrom
Closed
Add Python wrapping for itk::PhasedArray3DSpecialCoordinatesImage#4099dzenanz wants to merge 9 commits intoInsightSoftwareConsortium:masterfrom
dzenanz wants to merge 9 commits intoInsightSoftwareConsortium:masterfrom
Conversation
Member
Author
|
This has the following warnings: I think they are due to |
Meant to address: 15>------ Build started: Project: ITKImageFilterBaseSwig, Configuration: RelWithDebInfo x64 ------ 15>Run igenerator.py for ITKImageFilterBase 15>itkCastImageFilter: warning(4): ITK type not wrapped, or currently not known: itk::ImageToImageFilter< itk::PhasedArray3DSpecialCoordinatesImage< short >, itk::Image< unsigned char, 3 > > 15>itkCastImageFilter: warning(4): ITK type not wrapped, or currently not known: itk::ImageToImageFilter< itk::PhasedArray3DSpecialCoordinatesImage< short >, itk::Image< float, 3 > > 15>itkCastImageFilter: warning(4): ITK type not wrapped, or currently not known: itk::ImageToImageFilter< itk::PhasedArray3DSpecialCoordinatesImage< unsigned char >, itk::Image< short, 3 > > 15>itkCastImageFilter: warning(4): ITK type not wrapped, or currently not known: itk::ImageToImageFilter< itk::PhasedArray3DSpecialCoordinatesImage< unsigned char >, itk::Image< float, 3 > > 15>itkCastImageFilter: warning(4): ITK type not wrapped, or currently not known: itk::ImageToImageFilter< itk::PhasedArray3DSpecialCoordinatesImage< float >, itk::Image< short, 3 > > 15>itkCastImageFilter: warning(4): ITK type not wrapped, or currently not known: itk::ImageToImageFilter< itk::PhasedArray3DSpecialCoordinatesImage< float >, itk::Image< unsigned char, 3 > >
Trying to fix: 359>Generating itkMeshIOBasePython.cpp, ../../Generators/Python/itk/itkMeshIOBasePython.py 349>itkRescaleIntensityImageFilter: warning(4): ITK type not wrapped, or currently not known: itk::InPlaceImageFilter< itk::Image< short, 3 >, itk::PhasedArray3DSpecialCoordinatesImage< short > > 349>itkRescaleIntensityImageFilter: warning(4): ITK type not wrapped, or currently not known: itk::InPlaceImageFilter< itk::Image< short, 3 >, itk::PhasedArray3DSpecialCoordinatesImage< unsigned char > > 349>itkRescaleIntensityImageFilter: warning(4): ITK type not wrapped, or currently not known: itk::InPlaceImageFilter< itk::Image< unsigned char, 3 >, itk::PhasedArray3DSpecialCoordinatesImage< short > > 349>itkRescaleIntensityImageFilter: warning(4): ITK type not wrapped, or currently not known: itk::InPlaceImageFilter< itk::Image< unsigned char, 3 >, itk::PhasedArray3DSpecialCoordinatesImage< unsigned char > > 349>itkRescaleIntensityImageFilter: warning(4): ITK type not wrapped, or currently not known: itk::InPlaceImageFilter< itk::Image< float, 3 >, itk::PhasedArray3DSpecialCoordinatesImage< short > > 349>itkRescaleIntensityImageFilter: warning(4): ITK type not wrapped, or currently not known: itk::InPlaceImageFilter< itk::Image< float, 3 >, itk::PhasedArray3DSpecialCoordinatesImage< unsigned char > >
C:/Dev/ITK-py11/Wrapping/castxml_inputs/itkInPlaceImageFilterB.cxx(253,107): error G60A5EC10: no member named 'PhasedArray3DSpecialCoordinatesImage' in namespace 'itk'
4 tasks
Member
Author
|
Closing in favor of #4101. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Checklist